home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-14 | 33.1 KB | 1,614 lines |
- -- card: 17818 from stack: in
- -- bmap block id: 18365
- -- flags: 4000
- -- background id: 19276
- -- name:
- ----- HyperTalk script -----
- on openCard
- put 8 into temp
- repeat until hilite of button id temp of previous card
- add 1 to temp
- end repeat
- if not hilite of button id temp then
- repeat with index = 8 to 16
- set hilite of button id index to false
- end repeat
- set hilite of button id temp to true
- getInfo temp - 8
- end if
- end openCard
-
- on groupTwo
- if not hilite of target then
- repeat with index = 8 to 16
- set hilite of button id index to false
- end repeat
- set hilite of target to true
- getInfo id of target - 8
- end if
- end groupTwo
-
- on getInfo termNumber
- lock screen
- set cursor to watch
- if termNumber is 1 then
- put "G" into card field id 21 -- Algebra 12
- put "E" into card field id 22
- put 87 into card field id 23
- put "A" into card field id 24
- put 69 into card field id 25
- put 3 into card field id 26
- put 2 into card field id 27
- put 18 into card field id 28
- put 4 into card field id 29
- put empty into card field id 30
- put empty into card field id 31
- put empty into card field id 32
- put "G" into card field id 33 -- Biology 12
- put "F" into card field id 34
- put 78 into card field id 35
- put "B+" into card field id 36
- put 70 into card field id 37
- put 2 into card field id 38
- put 5 into card field id 39
- put 2 into card field id 40
- put empty into card field id 41
- put empty into card field id 42
- put empty into card field id 43
- put empty into card field id 44
- put "E" into card field id 45 -- Chemistry 12
- put "G" into card field id 46
- put 95 into card field id 47
- put "A+" into card field id 48
- put 71 into card field id 49
- put 1 into card field id 50
- put 3 into card field id 51
- put 7 into card field id 52
- put 13 into card field id 53
- put 2 into card field id 54
- put empty into card field id 55
- put empty into card field id 56
- put "P" into card field id 57 -- English 12
- put "F" into card field id 58
- put 64 into card field id 59
- put "C+" into card field id 60
- put 67 into card field id 61
- put 5 into card field id 62
- put 4 into card field id 63
- put 3 into card field id 64
- put 15 into card field id 65
- put empty into card field id 66
- put empty into card field id 67
- else if termNumber is 2 then
- put "F" into card field id 21 -- Algebra 12
- put "P" into card field id 22
- put 78 into card field id 23
- put "B+" into card field id 24
- put 61 into card field id 25
- put 4 into card field id 26
- put 1 into card field id 27
- put 9 into card field id 28
- put 7 into card field id 29
- put empty into card field id 30
- put empty into card field id 31
- put empty into card field id 32
- put "A" into card field id 33 -- Biology 12
- put "G" into card field id 34
- put 69 into card field id 35
- put "C+" into card field id 36
- put 63 into card field id 37
- put 2 into card field id 38
- put 2 into card field id 39
- put 11 into card field id 40
- put empty into card field id 41
- put empty into card field id 42
- put empty into card field id 43
- put empty into card field id 44
- put "E" into card field id 45 -- Chemistry 12
- put "F" into card field id 46
- put 86 into card field id 47
- put "B+" into card field id 48
- put 60 into card field id 49
- put 4 into card field id 50
- put 3 into card field id 51
- put 1 into card field id 52
- put 23 into card field id 53
- put empty into card field id 54
- put empty into card field id 55
- put empty into card field id 56
- put "G" into card field id 57 -- English 12
- put "G" into card field id 58
- put 60 into card field id 59
- put "C-" into card field id 60
- put 59 into card field id 61
- put 6 into card field id 62
- put 1 into card field id 63
- put 18 into card field id 64
- put 5 into card field id 65
- put empty into card field id 66
- put empty into card field id 67
- put empty into card field id 68
- else if termNumber is 3 then
- put "A" into card field id 21 -- Algebra 12
- put "G" into card field id 22
- put 83 into card field id 23
- put "A-" into card field id 24
- put 67 into card field id 25
- put 3 into card field id 26
- put 2 into card field id 27
- put 18 into card field id 28
- put 4 into card field id 29
- put 7 into card field id 30
- put empty into card field id 31
- put empty into card field id 32
- put "G" into card field id 33 -- Biology 12
- put "G" into card field id 34
- put 75 into card field id 35
- put "B+" into card field id 36
- put 68 into card field id 37
- put 2 into card field id 38
- put 5 into card field id 39
- put empty into card field id 40
- put empty into card field id 41
- put empty into card field id 42
- put empty into card field id 43
- put empty into card field id 44
- put "G" into card field id 45 -- Chemistry 12
- put "E" into card field id 46
- put 90 into card field id 47
- put "A" into card field id 48
- put 69 into card field id 49
- put 1 into card field id 50
- put 3 into card field id 51
- put 7 into card field id 52
- put 13 into card field id 53
- put 16 into card field id 54
- put empty into card field id 55
- put empty into card field id 56
- put "A" into card field id 57 -- English 12
- put "G" into card field id 58
- put 68 into card field id 59
- put "C+" into card field id 60
- put 62 into card field id 61
- put 8 into card field id 62
- put 5 into card field id 63
- put 3 into card field id 64
- put 15 into card field id 65
- put empty into card field id 66
- put empty into card field id 67
- put empty into card field id 68
- else if termNumber is 4 then
- put "G" into card field id 21 -- Algebra 12
- put "P" into card field id 22
- put 81 into card field id 23
- put "A-" into card field id 24
- put 67 into card field id 25
- put 3 into card field id 26
- put 2 into card field id 27
- put 18 into card field id 28
- put 4 into card field id 29
- put 7 into card field id 30
- put empty into card field id 31
- put empty into card field id 32
- put "G" into card field id 33 -- Biology 12
- put "G" into card field id 34
- put 72 into card field id 35
- put "B" into card field id 36
- put 63 into card field id 37
- put 1 into card field id 38
- put 3 into card field id 39
- put 15 into card field id 40
- put 17 into card field id 41
- put empty into card field id 42
- put empty into card field id 43
- put empty into card field id 44
- put "E" into card field id 45 -- Chemistry 12
- put "E" into card field id 46
- put 93 into card field id 47
- put "A+" into card field id 48
- put 62 into card field id 49
- put 2 into card field id 50
- put 3 into card field id 51
- put 2 into card field id 52
- put 4 into card field id 53
- put 19 into card field id 54
- put empty into card field id 55
- put empty into card field id 56
- put "G" into card field id 57 -- English 12
- put "F" into card field id 58
- put 65 into card field id 59
- put "C" into card field id 60
- put 61 into card field id 61
- put 3 into card field id 62
- put 1 into card field id 63
- put 4 into card field id 64
- put 9 into card field id 65
- put empty into card field id 66
- put empty into card field id 67
- put empty into card field id 68
- else
- repeat with index = 1 to the number of card fields - 1
- put empty into card field index
- end repeat
- end if
- set cursor to hand
- unlock screen
- end getInfo
-
- on resetCard
- repeat with index = 17 to 20
- set icon of card button id index to "Md Unchecked Box"
- end repeat
- set the scroll of card field "Comments" to 0
- end resetCard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=0 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=27 top=305 right=323 bottom=125
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OK
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- resetCard
- go prev
- send "resetCard" to card "Alexander, Rick Term"
- pop card
- unlock screen
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=147 top=305 right=323 bottom=245
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cancel
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- resetCard
- go prev
- send "resetCard" to previous card
- pop card
- unlock screen
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=267 top=305 right=323 bottom=365
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Clear
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=387 top=305 right=323 bottom=485
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Comments…
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card short name of me of this background
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=27 top=42 right=56 bottom=50
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=57 top=42 right=56 bottom=80
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=386 top=43 right=55 bottom=398
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=397 top=43 right=55 bottom=409
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=408 top=43 right=55 bottom=420
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=419 top=43 right=55 bottom=431
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=430 top=43 right=55 bottom=442
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=441 top=43 right=55 bottom=453
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=452 top=43 right=55 bottom=464
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=463 top=43 right=55 bottom=475
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=474 top=43 right=55 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- groupTwo
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=159 top=102 right=116 bottom=173
- -- title width / last selected line: 0
- -- icon id / first selected line: 5064 / 5064
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if icon of me is "5065" then
- set icon of me to "Md Unchecked Box"
- else set icon of me to "Md Checked Box"
- end mouseUp
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=159 top=133 right=147 bottom=173
- -- title width / last selected line: 0
- -- icon id / first selected line: 5064 / 5064
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if icon of me is "5065" then
- set icon of me to "Md Unchecked Box"
- else set icon of me to "Md Checked Box"
- end mouseUp
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=159 top=164 right=178 bottom=173
- -- title width / last selected line: 0
- -- icon id / first selected line: 5064 / 5064
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if icon of me is "5065" then
- set icon of me to "Md Unchecked Box"
- else set icon of me to "Md Checked Box"
- end mouseUp
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=159 top=195 right=209 bottom=173
- -- title width / last selected line: 0
- -- icon id / first selected line: 5064 / 5064
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if icon of me is "5065" then
- set icon of me to "Md Unchecked Box"
- else set icon of me to "Md Checked Box"
- end mouseUp
-
-
- -- part 21 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=183 top=102 right=116 bottom=216
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 22 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=217 top=102 right=116 bottom=250
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 23 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=251 top=102 right=116 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 24 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=295 top=102 right=116 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 25 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=339 top=102 right=116 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 26 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=102 right=116 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 27 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=102 right=116 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 28 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=251 top=117 right=131 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 29 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=295 top=117 right=131 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 30 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=339 top=117 right=131 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 31 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=117 right=131 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 32 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=117 right=131 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 33 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=183 top=133 right=147 bottom=216
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 34 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=217 top=133 right=147 bottom=250
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 35 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=251 top=133 right=147 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 36 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=295 top=133 right=147 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 37 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=339 top=133 right=147 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 38 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=133 right=147 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 39 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=133 right=147 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 40 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=251 top=148 right=162 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 41 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=295 top=148 right=162 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 42 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=339 top=148 right=162 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 43 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=148 right=162 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 44 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=148 right=162 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 45 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=183 top=164 right=178 bottom=216
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 46 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=217 top=164 right=178 bottom=250
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 47 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=251 top=164 right=178 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 48 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=295 top=164 right=178 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 49 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=339 top=164 right=178 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 50 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=164 right=178 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 51 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=164 right=178 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 52 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=251 top=179 right=193 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 53 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=295 top=179 right=193 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 54 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=339 top=179 right=193 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 55 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=179 right=193 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 56 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=179 right=193 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 57 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=183 top=195 right=209 bottom=216
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 58 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=217 top=195 right=209 bottom=250
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 59 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=251 top=195 right=209 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 60 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=295 top=195 right=209 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 61 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=339 top=195 right=209 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 62 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=195 right=209 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 63 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=195 right=209 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 64 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=251 top=210 right=224 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 65 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=295 top=210 right=224 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 66 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=339 top=210 right=224 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 67 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=210 right=224 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 68 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=210 right=224 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 69 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=26 top=234 right=295 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Comments
-
-
- -- part 71 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=469 top=234 right=250 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Scroll Up
- ----- HyperTalk script -----
- on mouseUp
- if the scroll of card field "Comments" >= 60 then
- set the scroll of card field "Comments" to the scroll of card field "Comments" - 60
- end if
- end mouseUp
-
-
-
- -- part 72 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=469 top=279 right=295 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Scroll Down
- ----- HyperTalk script -----
- on mouseUp
- if the scroll of card field "Comments" < 120 then
- set the scroll of card field "Comments" to the scroll of card field "Comments" + 60
- end if
- end mouseUp
-
-
-
- -- part contents for background part 1
- ----- text -----
- 99 Students
-
- -- part contents for background part 3
- ----- text -----
- 47
- 80
- 53
- 54
- 52
- 102
- 48
- 13
- 94
- 93
- 103
- 104
- 44
-
-
-
-
-
- -- part contents for background part 4
- ----- text -----
- Abrosimoff, Michael John
- Adams, Bryan
- Alexander, Rick
- Alexander, Susan
- Allsop, Blair M.
- Azimov, Isaac
- Barisoff, Larissa
- Bunyan, Paul
- Burnyeat, Grant
- Caldwell, Brian
- Chalk, Patricia
- Collins, Bob
- Conkin, Elizabeth
-
- -- part contents for background part 5
- ----- text -----
- 112
- 112
- 112
- 112
- 112
- N/A
- 112
- 112
- 112
- 112
- N/A
- N/A
- 112
-
- -- part contents for background part 6
- ----- text -----
- 12
- 12
- 12
- 12
- 12
- 11
- 12
- 12
- 12
- 12
- 11
- 11
- 12
-
- -- part contents for background part 7
- ----- text -----
- 0.000
- 0.000
- 0.000
- 0.000
- 0.000
- 1.000
- 0.000
- 0.000
- 0.000
- 0.000
- 0.000
- 0.000
- 0.000
-
- -- part contents for background part 8
- ----- text -----
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 7
- 7
- 1
-
- -- part contents for card part 21
- ----- text -----
- G
-
- -- part contents for card part 22
- ----- text -----
- E
-
- -- part contents for card part 23
- ----- text -----
- 87
-
- -- part contents for card part 24
- ----- text -----
- A
-
- -- part contents for card part 25
- ----- text -----
- 69
-
- -- part contents for card part 26
- ----- text -----
- 3
-
- -- part contents for card part 27
- ----- text -----
- 2
-
- -- part contents for card part 28
- ----- text -----
- 18
-
- -- part contents for card part 29
- ----- text -----
- 4
-
- -- part contents for card part 34
- ----- text -----
- F
-
- -- part contents for card part 35
- ----- text -----
- 78
-
- -- part contents for card part 36
- ----- text -----
- B+
-
- -- part contents for card part 37
- ----- text -----
- 70
-
- -- part contents for card part 38
- ----- text -----
- 2
-
- -- part contents for card part 39
- ----- text -----
- 5
-
- -- part contents for card part 46
- ----- text -----
- G
-
- -- part contents for card part 47
- ----- text -----
- 95
-
- -- part contents for card part 48
- ----- text -----
- A+
-
- -- part contents for card part 49
- ----- text -----
- 71
-
- -- part contents for card part 50
- ----- text -----
- 1
-
- -- part contents for card part 51
- ----- text -----
- 3
-
- -- part contents for card part 52
- ----- text -----
- 7
-
- -- part contents for card part 53
- ----- text -----
- 13
-
- -- part contents for card part 54
- ----- text -----
- 2
-
- -- part contents for card part 58
- ----- text -----
- F
-
- -- part contents for card part 59
- ----- text -----
- 64
-
- -- part contents for card part 60
- ----- text -----
- C+
-
- -- part contents for card part 61
- ----- text -----
- 67
-
- -- part contents for card part 62
- ----- text -----
- 5
-
- -- part contents for card part 63
- ----- text -----
- 4
-
- -- part contents for card part 64
- ----- text -----
- 3
-
- -- part contents for card part 65
- ----- text -----
- 15
-
- -- part contents for card part 33
- ----- text -----
- G
-
- -- part contents for card part 45
- ----- text -----
- E
-
- -- part contents for card part 57
- ----- text -----
- P
-
- -- part contents for card part 69
- ----- text -----
- Comment ID: 3 ( Report Comments )
-
- ^N, your test marks lowered your grade. Let's work on this for next term.
-
-
- Comment ID: 4 ( Report Comments )
-
- ^N must establish two habits to remain in class, otherwise ^m may find Consumer Math more
- appropriate. ^M should: 1) Obtain the services of a good tutor 2) Agree to sit away from
- close friends.
- Comment ID: 5 ( Report Comments )
-
- ^N handed one assignment in too late for credit. ^M needs to be more attentive in class, and
- must also review notes and readings with a bit more care.
-
-
- -- part contents for card part 40
- ----- text -----
- 2